os/exec.Cmd.ctx (field)
10 uses
os/exec (current package)
exec.go#L246: ctx context.Context
exec.go#L483: cmd.ctx = ctx
exec.go#L691: if c.Cancel != nil && c.ctx == nil {
exec.go#L694: if c.ctx != nil {
exec.go#L696: case <-c.ctx.Done():
exec.go#L697: return c.ctx.Err()
exec.go#L772: if (c.Cancel != nil || c.WaitDelay != 0) && c.ctx != nil && c.ctx.Done() != nil {
exec.go#L792: case <-c.ctx.Done():
exec.go#L801: err = c.ctx.Err()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)